event handling

英 [ɪˈvent ˈhændlɪŋ] 美 [ɪˈvent ˈhændlɪŋ]

网络  事件处理; 和事件处理; 事件响应; 处理事件; 事件处置

计算机



双语例句

  1. The final topic I'll cover is immediate event handling.
    我们要介绍的最后一个主题是即时事件处理。
  2. This is an example of immediate event handling, since the whole form is not validated before the event handler is invoked.
    这是一个即时事件处理的例子,因为整个表单没有在调用事件处理程序之前进行有效性验证。
  3. Immediate event handling is useful in cases where you do not want ( or need) to validate an entire page to process a user input.
    即时事件处理在您不希望(或需要)对整个页面进行有效性验证来处理用户输入的情况中非常有用。
  4. As another example, you could apply inference rules to stateful event handling to make inferences about message sequences.
    又如,您可以将推理规则应用到有状态事件处理,以对消息序列进行有关推断。
  5. Any event handling that deals with business logic or sensitive data is kept at the server side.
    任何处理业务逻辑或敏感数据的事件处理保留在服务器端。
  6. The Event handling and generation section later in this article describes how these events are handled.
    本文后面的事件处理和生成一节将描述事件如何处理。
  7. On the server, the subscription and event handling are the same as for system-defined events.
    在服务器上,订阅和事件处理对系统定义的事件是一样的。
  8. Another important feature of JavaScript frameworks is its improved support for event handling.
    框架的另一重要特性是其改进的事件处理支持。
  9. For details refer to the BPEL event handling document at the BPC examples Web site.
    有关详细信息,请参阅BPC示例网站上的BPELeventhandlingdocument。
  10. Event handling& The custom event handler implements the core application logic and integrates ILOG JRules with Content Manager.
    事件处理&定制的事件处理器实现了核心应用逻辑,并整合了ILOGJRules和ContentManager。
  11. And, finally, the event handling scripts are intertwined with the form's presentation markup.
    而且,事件处理脚本和表单的表示标记混杂在一起。
  12. Note that immediate event handling is turned on ( immediate= "true").
    注意这个即时事件处理被激活了(immediate=“true”)。
  13. You saw a bit of XML code to automate the deployment of a two-tier J2EE application in the IBM Cloud; the code details action creation, hooking actions to events, and event handling.
    您看到了在IBMCloud中自动部署两层的J2EE应用程序的一些XML代码;这些代码说明了如何创建动作、把动作与事件关联起来和处理事件。
  14. The first event handling of the lifecycle takes place after the apply request values phase.
    生命周期中的第一个事件处理发生在应用请求值阶段之后。
  15. Fine-grained event handling is the key to a rich user interface.
    细粒度的事件处理对富用户界面至关重要。
  16. The result is asynchronous event handling that's simplified to the likes of desktop programming.
    结果是异步事件处理被简化的就像桌面编程一样。
  17. Buttons and links also provide event handling.
    按钮和链接也提供事件处理。
  18. You use the familiar Listener pattern to perform event handling in GWT.
    可以用熟悉的侦听器模式在GWT中执行事件处理。
  19. You want your event handling to be as dynamic as your page.
    您希望事件处理像页面处理一样具有动态性。
  20. Components may handle request events themselves, or they may choose to delegate event handling to an event handler.
    这些组件将自行处理这些事件或者提交给某个事件处理器代理处理。
  21. Limit event handling code to perform only essential tasks, so that pending processes can continue.
    将事件处理代码限制为仅执行重要任务,以便挂起过程可以继续。
  22. This exception is caught within the subprocess by the error start event handling the bad credit card exception.
    通过错误开始事件处理失败的信用卡异常,在子流程捕获异常。
  23. In this mode an enterprise can configure event handling and related policies that can modify existing processes dynamically at runtime.
    这个模式中的企业可以配置事件处理和关联策略,可在运行时动态修改现有过程。
  24. Views: A simple framework for doing UI development, providing rendering, layout and event handling.
    views:一个简单的UI开发框架,提供渲染,布局和事件处理。
  25. Statements allow you to start and stop event handling at any time during program execution.
    语句使您可以在程序执行过程中的任何时候启动和停止事件处理。
  26. In the event handling code, determine whether the ESC key value was raised.
    在事件处理代码中,确定是否引发了esc键值。
  27. You can define an event handling function and set to the event you care about.
    您可以定义一个事件处理的功能和设置为事件您关心的。
  28. This allows you, for example, to disable event handling code on only certain macro projects.
    例如,它允许仅在某些宏项目上禁用事件处理代码。
  29. It then explains event handling, basic and advanced user interface controls, designing and layout, creating dialogs, components and extending functionality, and so on.
    然后解释事件处理,基本和先进的用户界面控制,设计和布局,建立对话,组件和扩展功能等。
  30. Anything that might interfere with or delay UI event handling should exist in a worker thread.
    任何可能妨碍或拖延UI事件处理的任务,应该存在于一个工作线程。